home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
orbit
/
sons.frm
< prev
next >
Wrap
Text File
|
1995-12-05
|
4KB
|
141 lines
VERSION 2.00
Begin Form sons
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Second Sun"
ClientHeight = 2715
ClientLeft = 1500
ClientTop = 1785
ClientWidth = 4365
Height = 3120
Icon = SONS.FRX:0000
Left = 1440
LinkMode = 1 'Source
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 2715
ScaleWidth = 4365
Top = 1440
Width = 4485
Begin SSPanel SSPanel3
AutoSize = 3 'AutoSize Child To Panel
BevelInner = 1 'Inset
BevelWidth = 2
ForeColor = &H00000000&
Height = 615
Left = 720
TabIndex = 7
Top = 1920
Width = 2895
Begin SSCommand SSCommand1
AutoSize = 2 'Adjust Button Size To Picture
Caption = "O.K."
Font3D = 3 'Inset w/light shading
ForeColor = &H00000000&
Height = 405
Left = 105
TabIndex = 8
Top = 105
Width = 2685
End
End
Begin TextBox sun2ys
Height = 375
Left = 1800
TabIndex = 2
Top = 1440
Width = 2415
End
Begin SSPanel SSPanel2
AutoSize = 3 'AutoSize Child To Panel
BevelInner = 1 'Inset
BevelWidth = 2
ForeColor = &H00000000&
Height = 735
Left = 120
TabIndex = 5
Top = 1080
Width = 735
Begin PictureBox Picture2
Height = 525
Left = 105
Picture = SONS.FRX:0302
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 6
Top = 105
Width = 525
End
End
Begin TextBox sun2xs
Height = 375
Left = 1800
TabIndex = 1
Top = 840
Width = 2415
End
Begin TextBox sun2mass
Height = 375
Left = 1800
TabIndex = 0
Top = 240
Width = 2415
End
Begin SSPanel SSPanel1
AutoSize = 3 'AutoSize Child To Panel
BevelInner = 1 'Inset
BevelWidth = 2
ForeColor = &H00000000&
Height = 780
Left = 120
TabIndex = 3
Top = 120
Width = 735
Begin PictureBox Picture1
AutoSize = -1 'True
Height = 510
Left = 105
Picture = SONS.FRX:0604
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 4
Top = 105
Width = 510
End
End
Begin Label Label1
BackColor = &H00C0C0C0&
Caption = "Sun Y"
Height = 375
Left = 960
TabIndex = 9
Top = 1440
Width = 735
End
Begin Label Label2
BackColor = &H00C0C0C0&
Caption = "Sun X"
Height = 375
Left = 960
TabIndex = 10
Top = 840
Width = 735
End
Begin Label Label3
BackColor = &H00C0C0C0&
Caption = "Mass"
Height = 375
Left = 960
TabIndex = 11
Top = 240
Width = 735
End
End
Sub SSCommand1_Click ()
sun2 = Val(sun2mass.text)
sun2x = Val(sun2xs.text)
sun2y = Val(sun2ys.text)
sons.windowstate = 1
End Sub